| 2017-03-20 |
tee-too | Report the name of the test that failed (fix #2529) |
commit | commitdiff | tree | snapshot |
| 2017-03-16 |
bors | Auto merge of #3836 - alexcrichton:bump, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-03-16 |
Alex Crichton | Bump to 0.19.0 |
commit | commitdiff | tree | snapshot |
| 2017-03-13 |
bors | Auto merge of #3827 - alexcrichton:warnings-v2, r=matklad |
commit | commitdiff | tree | snapshot |
| 2017-03-13 |
Alex Crichton | Cap lints for upstream deps with `-vv` |
commit | commitdiff | tree | snapshot |
| 2017-03-12 |
bors | Auto merge of #3818 - jmatraszek:3814-run_proper_binary... |
commit | commitdiff | tree | snapshot |
| 2017-03-12 |
bors | Auto merge of #3820 - alexcrichton:remove-build-date... |
commit | commitdiff | tree | snapshot |
| 2017-03-12 |
Alex Crichton | Tweak travis targets and dates |
commit | commitdiff | tree | snapshot |
| 2017-03-12 |
Alex Crichton | Remove build date from version |
commit | commitdiff | tree | snapshot |
| 2017-03-11 |
Jakub Matraszek | #3814: Fallback to src/bin/main.rs for bins |
commit | commitdiff | tree | snapshot |
| 2017-03-09 |
bors | Auto merge of #3807 - nerdrew:nerdrew/_cargo, r=alexcri... |
commit | commitdiff | tree | snapshot |
| 2017-03-08 |
bors | Auto merge of #3794 - alexcrichton:better-errors, r... |
commit | commitdiff | tree | snapshot |
| 2017-03-08 |
Alex Crichton | Improve TOML decoding error messages |
commit | commitdiff | tree | snapshot |
| 2017-03-08 |
Andrew Lazarus | support custom cargo-* command zsh tab completion |
commit | commitdiff | tree | snapshot |
| 2017-03-08 |
bors | Auto merge of #3789 - vojtechkral:cargo_env, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-03-07 |
Vojtech Kral | Tell subprocesses the path to self in an env variable... |
commit | commitdiff | tree | snapshot |
| 2017-03-07 |
bors | Auto merge of #3369 - joshtriplett:cargo-install-only... |
commit | commitdiff | tree | snapshot |
| 2017-03-06 |
bors | Auto merge of #3795 - jryans:template-year, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-03-06 |
Josh Triplett | In "cargo install" directly from registry, don't requir... |
commit | commitdiff | tree | snapshot |
| 2017-03-06 |
J. Ryan Stinnett | Use time crate directly to get the year |
commit | commitdiff | tree | snapshot |
| 2017-03-06 |
bors | Auto merge of #3799 - integer32llc:restore-generated... |
commit | commitdiff | tree | snapshot |
| 2017-03-04 |
Carol (Nichols... | Restore the generated tests module created by `cargo... |
commit | commitdiff | tree | snapshot |
| 2017-03-03 |
J. Ryan Stinnett | Add year to project template variables |
commit | commitdiff | tree | snapshot |
| 2017-03-03 |
bors | Auto merge of #3791 - sunng87:port-handlebars-to-serde... |
commit | commitdiff | tree | snapshot |
| 2017-03-03 |
Ning Sun | Use serde type system for handlebars |
commit | commitdiff | tree | snapshot |
| 2017-03-03 |
bors | Auto merge of #3782 - alexcrichton:more-proc-macro... |
commit | commitdiff | tree | snapshot |
| 2017-03-02 |
bors | Auto merge of #3786 - joshtriplett:directory-registry... |
commit | commitdiff | tree | snapshot |
| 2017-03-02 |
bors | Auto merge of #3785 - joshtriplett:insulate-tests-from... |
commit | commitdiff | tree | snapshot |
| 2017-03-02 |
Josh Triplett | tests: Insulate from user git environment |
commit | commitdiff | tree | snapshot |
| 2017-03-02 |
Josh Triplett | tests/directory: Remove unnecessary dummy registry... |
commit | commitdiff | tree | snapshot |
| 2017-03-01 |
bors | Auto merge of #3767 - ehiggs:fix-init-bin-lib-section... |
commit | commitdiff | tree | snapshot |
| 2017-03-01 |
Alex Crichton | Accept proc_macro in addition to proc-macro |
commit | commitdiff | tree | snapshot |
| 2017-03-01 |
bors | Auto merge of #3779 - amotz:appveyor-url, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-03-01 |
bors | Auto merge of #3721 - alexcrichton:dupe-doctest, r... |
commit | commitdiff | tree | snapshot |
| 2017-03-01 |
Alex Crichton | Fix deps with `cargo test --all` and doctests |
commit | commitdiff | tree | snapshot |
| 2017-03-01 |
amotz | Fix AppVeyor badge URL |
commit | commitdiff | tree | snapshot |
| 2017-03-01 |
bors | Auto merge of #3775 - alexcrichton:version-info, r... |
commit | commitdiff | tree | snapshot |
| 2017-03-01 |
bors | Auto merge of #3699 - alexcrichton:sslop, r=brson |
commit | commitdiff | tree | snapshot |
| 2017-02-28 |
bors | Auto merge of #3776 - alexcrichton:underscores, r=matklad |
commit | commitdiff | tree | snapshot |
| 2017-02-28 |
Alex Crichton | Accept more underscore variants in configuration |
commit | commitdiff | tree | snapshot |
| 2017-02-28 |
Alex Crichton | Prefer CARGO_PKG_* in version info |
commit | commitdiff | tree | snapshot |
| 2017-02-28 |
bors | Auto merge of #3771 - alexcrichton:read-more, r=matklad |
commit | commitdiff | tree | snapshot |
| 2017-02-27 |
bors | Auto merge of #3770 - jbendig:issue_3762, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-27 |
Alex Crichton | Accept `default_features` for `default-features` |
commit | commitdiff | tree | snapshot |
| 2017-02-27 |
Ewan Higgs | Remove tab characters. |
commit | commitdiff | tree | snapshot |
| 2017-02-27 |
James Bendig | Fixed compile failing because Resolve::features() no... |
commit | commitdiff | tree | snapshot |
| 2017-02-27 |
James Bendig | Fixed `cargo test` and `cargo bench` compiling binaries... |
commit | commitdiff | tree | snapshot |
| 2017-02-27 |
Ewan Higgs | Satisfy check-style.sh |
commit | commitdiff | tree | snapshot |
| 2017-02-27 |
Ewan Higgs | Fix for #3722 |
commit | commitdiff | tree | snapshot |
| 2017-02-27 |
bors | Auto merge of #3760 - sanmai-NL:Cargo_new_gitignore_rus... |
commit | commitdiff | tree | snapshot |
| 2017-02-27 |
bors | Auto merge of #3752 - matklad:always-artifacts, r=alexc... |
commit | commitdiff | tree | snapshot |
| 2017-02-26 |
Sander Maijers | Exclude `*.rs.bk` files more liberally |
commit | commitdiff | tree | snapshot |
| 2017-02-25 |
Aleksey Kladov | Produce artifacts JSON messages even for fresh builds |
commit | commitdiff | tree | snapshot |
| 2017-02-25 |
bors | Auto merge of #3742 - matklad:sets-are-monoid, r=alexcr... |
commit | commitdiff | tree | snapshot |
| 2017-02-24 |
Sander Maijers | Add `src/**/*.rs.bk` to VCS ignore file |
commit | commitdiff | tree | snapshot |
| 2017-02-23 |
bors | Auto merge of #3758 - mbrubeck:docs, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-23 |
Matt Brubeck | Document that OUT_DIR is set during compilation for... |
commit | commitdiff | tree | snapshot |
| 2017-02-23 |
Aleksey Kladov | Simplify feature-handling code |
commit | commitdiff | tree | snapshot |
| 2017-02-22 |
Alex Crichton | Add an option to ignore SSL revocation checking |
commit | commitdiff | tree | snapshot |
| 2017-02-22 |
bors | Auto merge of #3682 - alexcrichton:serde, r=brson |
commit | commitdiff | tree | snapshot |
| 2017-02-22 |
Alex Crichton | Migrate from rustc-serialize to Serde |
commit | commitdiff | tree | snapshot |
| 2017-02-22 |
bors | Auto merge of #3733 - llogiq:clippy, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-22 |
bors | Auto merge of #3743 - jbendig:required_features_doc... |
commit | commitdiff | tree | snapshot |
| 2017-02-22 |
bors | Auto merge of #3738 - hiseni:master, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-21 |
bors | Auto merge of #3735 - king6cong:clean, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-21 |
bors | Auto merge of #3734 - king6cong:typo, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-21 |
bors | Auto merge of #3731 - alexcrichton:check-all, r=matklad |
commit | commitdiff | tree | snapshot |
| 2017-02-21 |
James Bendig | Changed wording for required-features docs to be more... |
commit | commitdiff | tree | snapshot |
| 2017-02-21 |
bors | Auto merge of #3708 - matklad:assert-tests, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-21 |
bors | Auto merge of #3737 - jbendig:issue_3727, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-21 |
Bogdan Arabadzhi | add help email mention to the policies page |
commit | commitdiff | tree | snapshot |
| 2017-02-21 |
Andre Bogus | improved formatting for bonus points |
commit | commitdiff | tree | snapshot |
| 2017-02-20 |
James Bendig | Fixed some lines being over 100 characters. |
commit | commitdiff | tree | snapshot |
| 2017-02-20 |
James Bendig | Fixed required-features not working with dependencies... |
commit | commitdiff | tree | snapshot |
| 2017-02-20 |
king6cong | make code more readable |
commit | commitdiff | tree | snapshot |
| 2017-02-20 |
king6cong | typo fix |
commit | commitdiff | tree | snapshot |
| 2017-02-19 |
Andre Bogus | improved formatting for bonus points |
commit | commitdiff | tree | snapshot |
| 2017-02-18 |
Andre Bogus | some clippy-suggested improvements |
commit | commitdiff | tree | snapshot |
| 2017-02-18 |
Aleksey Kladov | Fix recompilation test for mac |
commit | commitdiff | tree | snapshot |
| 2017-02-18 |
bors | Auto merge of #3723 - king6cong:doc, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-18 |
bors | Auto merge of #3730 - froydnj:cargo-version-dash-fix... |
commit | commitdiff | tree | snapshot |
| 2017-02-17 |
bors | Auto merge of #3715 - saghm:master, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-17 |
Alex Crichton | Add `cargo check --all` |
commit | commitdiff | tree | snapshot |
| 2017-02-17 |
bors | Auto merge of #3716 - matklad:multi-tests, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-17 |
Nathan Froyd | use space, not dash, in `cargo --version` output |
commit | commitdiff | tree | snapshot |
| 2017-02-17 |
bors | Auto merge of #3729 - alexcrichton:remove-caching,... |
commit | commitdiff | tree | snapshot |
| 2017-02-17 |
Alex Crichton | Disable caches on AppVeyor/Travis |
commit | commitdiff | tree | snapshot |
| 2017-02-17 |
Aleksey Kladov | Document that `cargo test` only compiles example |
commit | commitdiff | tree | snapshot |
| 2017-02-17 |
king6cong | remove legacy doc |
commit | commitdiff | tree | snapshot |
| 2017-02-16 |
bors | Auto merge of #3717 - king6cong:clean, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-16 |
bors | Auto merge of #3719 - alexcrichton:curl-sys, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2017-02-16 |
Alex Crichton | Update libz-sys to fix AppVeyor CI |
commit | commitdiff | tree | snapshot |
| 2017-02-16 |
Aleksey Kladov | Add tests for testing several targets |
commit | commitdiff | tree | snapshot |
| 2017-02-16 |
Aleksey Kladov | Revive dependency recompilation test |
commit | commitdiff | tree | snapshot |
| 2017-02-16 |
king6cong | remove unnecessary code |
commit | commitdiff | tree | snapshot |
| 2017-02-16 |
Aleksey Kladov | Allow to run several integration tests |
commit | commitdiff | tree | snapshot |
| 2017-02-15 |
Saghm Rossi | Fix typo in code example |
commit | commitdiff | tree | snapshot |
| 2017-02-15 |
bors | Auto merge of #3714 - alexcrichton:update-git2, r=alexc... |
commit | commitdiff | tree | snapshot |
| 2017-02-15 |
Alex Crichton | Update libgit2 |
commit | commitdiff | tree | snapshot |
| 2017-02-15 |
Aleksey Kladov | Assert that we don't build test project twice. |
commit | commitdiff | tree | snapshot |
| next |